Enroll cuVS artifacts in the release catalog - #2400
Draft
msarahan wants to merge 5 commits into
Draft
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Member
Author
|
/ok to test bdeac96 |
Member
Author
|
/ok to test 8f3d55e |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2400 +/- ##
=======================================
Coverage 86.93% 86.93%
=======================================
Files 33 33
Lines 176 176
=======================================
Hits 153 153
Misses 23 23 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
msarahan
force-pushed
the
codex/release-build-output-manifests
branch
from
August 4, 2026 14:53
8f3d55e to
19b1073
Compare
Member
Author
|
/ok to test |
1 similar comment
Member
Author
|
/ok to test |
Member
Author
|
/ok to test 19b1073 |
msarahan
force-pushed
the
codex/release-build-output-manifests
branch
from
August 4, 2026 15:05
19b1073 to
f0015ac
Compare
Member
Author
|
/ok to test f0015ac |
Member
Author
|
/ok to test 2ed7e02 |
Member
Author
|
/ok to test 2ed7e02 |
Member
Author
|
/ok to test |
msarahan
force-pushed
the
codex/release-build-output-manifests
branch
from
August 13, 2026 14:43
02b98d6 to
22e419f
Compare
msarahan
force-pushed
the
codex/release-build-output-manifests
branch
from
August 13, 2026 15:37
22e419f to
e30e647
Compare
Member
Author
|
/ok to test |
1 similar comment
Member
Author
|
/ok to test |
msarahan
force-pushed
the
codex/release-build-output-manifests
branch
from
August 13, 2026 20:10
e30e647 to
a88ddc9
Compare
Member
Author
|
/ok to test |
This was referenced Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Posted by Codex (GPT-5) on behalf of @msarahan. This pull request description is LLM-generated; readers should treat its content accordingly.
Summary
libcuvs_carchive producers in release catalog generation;archive:libcuvs-candmaven:cuvs-java;package_identity_filewith the artifact descriptor it describes; andbuild.yamlandpr.yaml.The Java producers set
artifact_directorytojava/cuvs-java/target; the archive producers use the default job working directory. Each selected artifact and identity path is relative to its artifact directory.Standard Conda and wheel workflows remain on
shared-workflows@main. Their default release catalog companions are owned byrapidsai/shared-workflows#609and do not require repository-specific changes here.The two explicit producer call sites temporarily target
shared-workflows@codex/release-build-output-manifestsso this draft remains testable before #609 merges. They must return to@mainafter #609 lands and before this PR merges. The branch name is a temporary Git reference; the workflow interface and generated artifacts use the current release catalog terminology.Expected coverage
libcuvs_carchive companions;Each source artifact receives a
release-catalog-<source-artifact-name>companion containing one envelopedrelease-catalog-entries.jsonand the collected evidence.Evidence semantics
These producers do not supply dependency SBOMs. Their companions therefore contain
generated-identitySPDX envelopes identifying each primary artifact and checksum. They must not be reported as producer-supplied dependency SBOMs or dependency coverage.Validation
git diff --checkpasses.Tracks
rapidsai/build-infra#381,rapidsai/shared-workflows#609, andrapidsai/shared-actions#136.